Skip to content

[3.12] gh-149776: Skip UDP Lite tests if it's not supported (#149777)#153592

Open
vstinner wants to merge 1 commit into
python:3.12from
vstinner:udplite12
Open

[3.12] gh-149776: Skip UDP Lite tests if it's not supported (#149777)#153592
vstinner wants to merge 1 commit into
python:3.12from
vstinner:udplite12

Conversation

@vstinner

@vstinner vstinner commented Jul 11, 2026

Copy link
Copy Markdown
Member

Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite tests if it's not supported.

(cherry picked from commit 3cfc249)

…9777)

Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite tests if
it's not supported.

(cherry picked from commit 3cfc249)
@vstinner

Copy link
Copy Markdown
Member Author

The Linux kernel of the "AMD64 Fedora Stable" buildbot was upgraded from 7.0 to 7.1, 3 days ago, so test_socket started to fail. The Linux kernel 7.1 removes the UDP Lite support. This PR backports a fix from the main branch.

@vstinner

Copy link
Copy Markdown
Member Author

cc @hugovk

@vstinner

Copy link
Copy Markdown
Member Author

Tests / Thread sanitizer / Thread sanitizer (pull_request): Failing after 5m

test_large_content_length_truncated() of test_httpservers failed with BrokenPipeError: see #119452 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants